home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / apparmor / README.Debian < prev   
Encoding:
Text File  |  2009-04-08  |  1.3 KB  |  28 lines

  1. apparmor for Debian
  2. -------------------
  3.  
  4. The Debian apparmor source package provides several packages,
  5.  
  6.  1) apparmor-modules-source, which provides the source for the kernel modules
  7.  2) apparmor, which provides the user-space to kernel profile parser
  8.  3) apparmor-profiles, which includes a basic default set of profiles
  9.  4) apparmor-utils, which provides additional apparmor utilities
  10.  5) apparmor-docs, which provides additional apparmor documentation
  11.  
  12. The apparmor-modules-source package can be used in several ways,
  13.  
  14.  - Using the module-assistant(8) command, via "m-a a-i apparmor-modules"
  15.  
  16.  - Using the make-kpkg(1) command provided by the kernel-package Debian
  17.    package. This will produce a corresponding apparmor-modules-modules package
  18.    for the Debian kernel-image package that you are using. This is "the Debian
  19.    way". See the "modules_image" section of the make-kpkg(1) man page.
  20.  
  21.  - Changing to the /usr/src/modules/apparmor-modules/ directory and building as
  22.    the README file instructs using "make; make install". This will build
  23.    and install a module specific to the system you are building on and is
  24.    not under control of the packaging system.
  25.  
  26. For details on using and running AppArmor, please see:
  27.   http://developer.novell.com/wiki/index.php/Apparmor_FAQ
  28.